﻿2026-06-15T13:49:33.3036302Z ##[group]Run actions/checkout@v5
2026-06-15T13:49:33.3037097Z with:
2026-06-15T13:49:33.3037431Z   repository: SaberMage/spt-core
2026-06-15T13:49:33.3040585Z   token: ***
2026-06-15T13:49:33.3040906Z   ssh-strict: true
2026-06-15T13:49:33.3041271Z   ssh-user: git
2026-06-15T13:49:33.3041662Z   persist-credentials: true
2026-06-15T13:49:33.3042054Z   clean: true
2026-06-15T13:49:33.3042399Z   sparse-checkout-cone-mode: true
2026-06-15T13:49:33.3042827Z   fetch-depth: 1
2026-06-15T13:49:33.3043138Z   fetch-tags: false
2026-06-15T13:49:33.3043483Z   show-progress: true
2026-06-15T13:49:33.3043806Z   lfs: false
2026-06-15T13:49:33.3044118Z   submodules: false
2026-06-15T13:49:33.3044440Z   set-safe-directory: true
2026-06-15T13:49:33.3044912Z ##[endgroup]
2026-06-15T13:49:33.4825680Z Syncing repository: SaberMage/spt-core
2026-06-15T13:49:33.4827001Z ##[group]Getting Git version info
2026-06-15T13:49:33.4827570Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T13:49:33.5060284Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T13:49:33.5274180Z git version 2.43.0.windows.1
2026-06-15T13:49:33.5301821Z ##[endgroup]
2026-06-15T13:49:33.5310343Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\61a5b332-949b-43e0-b862-09df46c7d31b\.gitconfig'
2026-06-15T13:49:33.5324259Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\61a5b332-949b-43e0-b862-09df46c7d31b' before making global git config changes
2026-06-15T13:49:33.5325336Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T13:49:33.5329514Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T13:49:33.5591389Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T13:49:33.5794010Z https://github.com/SaberMage/spt-core
2026-06-15T13:49:33.5824103Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T13:49:33.5828476Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T13:49:33.6025656Z refs/heads/main
2026-06-15T13:49:33.6053519Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-15T13:49:33.6362692Z HEAD is now at 1582e32b release: v0.7.2 — digest-proof {session_id} key-fill (F-004)
2026-06-15T13:49:33.6594620Z ##[endgroup]
2026-06-15T13:49:33.6598555Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T13:49:34.0183088Z ##[group]Cleaning the repository
2026-06-15T13:49:34.0186289Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T13:49:35.1710219Z Removing target/
2026-06-15T13:49:35.1745736Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T13:49:35.2190581Z HEAD is now at 1582e32b release: v0.7.2 — digest-proof {session_id} key-fill (F-004)
2026-06-15T13:49:35.2221961Z ##[endgroup]
2026-06-15T13:49:35.2226593Z ##[group]Disabling automatic garbage collection
2026-06-15T13:49:35.2232071Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T13:49:35.2486389Z ##[endgroup]
2026-06-15T13:49:35.2486756Z ##[group]Setting up auth
2026-06-15T13:49:35.2493158Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T13:49:35.2708640Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T13:49:35.6214426Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T13:49:35.6435583Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T13:49:35.9913388Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T13:49:36.0121257Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T13:49:36.3652605Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T13:49:36.3890776Z ##[endgroup]
2026-06-15T13:49:36.3891275Z ##[group]Fetching the repository
2026-06-15T13:49:36.3900087Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f524853183f19f3a9c35e370a73a57404a6abf5b:refs/remotes/pull/16/merge
2026-06-15T13:49:37.1522430Z From https://github.com/SaberMage/spt-core
2026-06-15T13:49:37.1522954Z  + 4540629c...f5248531 f524853183f19f3a9c35e370a73a57404a6abf5b -> pull/16/merge  (forced update)
2026-06-15T13:49:37.1631884Z ##[endgroup]
2026-06-15T13:49:37.1632264Z ##[group]Determining the checkout info
2026-06-15T13:49:37.1633472Z ##[endgroup]
2026-06-15T13:49:37.1638394Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T13:49:37.1887347Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T13:49:37.2094452Z ##[group]Checking out the ref
2026-06-15T13:49:37.2098708Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T13:49:37.2606417Z Previous HEAD position was 1582e32b release: v0.7.2 — digest-proof {session_id} key-fill (F-004)
2026-06-15T13:49:37.2606996Z HEAD is now at f5248531 Merge 06cf6f14a13b7982a16394440a04095beb91cd43 into 1582e32ba704e7cad770a42265b5c90e044ace37
2026-06-15T13:49:37.2633530Z ##[endgroup]
2026-06-15T13:49:37.2894348Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T13:49:37.3111625Z f524853183f19f3a9c35e370a73a57404a6abf5b
